home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1997
/
MacHack 1997.toast
/
Hacks
/
Hacks ’96
/
Booting Gallery
/
Booting Gallery (source)
/
(Libraries)
/
Hubauer
/
FSUtilities
/
FileIDUtils.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-06-22
|
346 b
|
18 lines
|
[
TEXT/KAHL
]
#pragma once
#include <Aliases.h>
#if __cplusplus
extern "C" {
#endif
OSErr FSSpecToFileID(FSSpecPtr theFile,long *fileID);
OSErr FileIDToFSSpec(long fileID,short vRefNum,FSSpecPtr theFile);
OSErr RefNumToFSSpec(short refNum,FSSpecPtr theFile);
OSErr AliasToFileID(AliasHandle theAlias,short *vRefNum,long *fileID);
#if __cplusplus
}
#endif